Run gerrit pipeline on github PR
When to do it:
You introduce a change to github/gerrit handling code, e.g. the trigger mechanism - code that depends on Zuul or other Jenkins trigger plugins
- Clone Jenkins job
winci-server2016-prod
to some temporarytmp-devel-gerrit-check
- Configure
tmp-devel-gerrit-check
: - Properties content: BRANCH_NAME={branch to test}
- Branches to build: {branch to test}
- Schedule
tmp-devel-gerrit-check
job manually with parameters: ZUUL_PROJECT=Juniper/contrail-controller
ZUUL_BRANCH=master
ZUUL_REF=None
ZUUL_URL=http://10.84.12.75/merge-warrior
ZUUL_UUID= (some random UUID - it will determine path on the logserver)
ZUUL_CHANGE= (can be left empty)
ZUUL_PATCHSET= (can be left empty)
- Verify that it passes
- (optional, recommended) Paste a link to successful build logs under your PR on github for the reviewers to verify
- Remove temporary
tmp-devel-gerrit-check
job